Use read-from-minibuffer instead of read-string for dired-do-touch
authorJuri Linkov <juri@linkov.net>
Tue, 21 May 2024 17:22:31 +0000 (20:22 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 21 May 2024 17:22:31 +0000 (20:22 +0300)
commitce8e292bca84f29cea540e3e23e88ec7a5d1674e
tree15ddfadb40246b514b7472e9d55b9b986891802f
parent9aeb4872d473695b75a27184b7e90868c15242c9
Use read-from-minibuffer instead of read-string for dired-do-touch

* lisp/dired-aux.el (dired-mark-read-string): Use read-from-minibuffer
instead of read-string when op-symbol is 'touch', since it's more clear
when read-from-minibuffer returns an empty string for RET,
and it was used in dired-mark-read-string initially (bug#70725).
lisp/dired-aux.el